|
Displaying the variable’s value in a report To display the contents of any script variable in a report, one should describe this variable and bind a value to it. Here is a simple example of the script: var The variable’s value can be displayed in the “Text” object, for example, by placing the [MyVariable] line into it. A variable’s name should be unique, which means that it should not coincide with the names of the report’s objects, standard functions, and constants. If there is an error in the script, a message will be displayed, and report construction process will be stopped. |